projects
/
vtk9.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cdbc5b7
)
Rely on pre-initialized dpkg-architecture variables.
author
Michael R. Crusoe
<crusoe@debian.org>
Mon, 29 Apr 2024 14:15:45 +0000
(16:15 +0200)
committer
Michael R. Crusoe
<crusoe@debian.org>
Mon, 29 Apr 2024 14:15:45 +0000
(16:15 +0200)
Changes-By: lintian-brush
debian/rules
patch
|
blob
|
history
diff --git
a/debian/rules
b/debian/rules
index 3a5e584066f42f7b4f02c8d39936b55aaa765b68..081b43a2bbbc90d911961230b451fd1c6ba35fd1 100755
(executable)
--- a/
debian/rules
+++ b/
debian/rules
@@
-1,7
+1,7
@@
#!/usr/bin/make -f
BUILDDIR = $(CURDIR)/debian/build
-DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
+include /usr/share/dpkg/architecture.mk
nojava_archs=hppa hurd-i386 kfreebsd-i386 kfreebsd-amd64
ifneq ($(DEB_BUILD_ARCH),$(filter $(DEB_BUILD_ARCH), $(nojava_archs)))